bitkeeper revision 1.1634 (429ebf70RJ7AddbljcMww4yY9oNOew)
authorarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>
Thu, 2 Jun 2005 08:12:32 +0000 (08:12 +0000)
committerarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>
Thu, 2 Jun 2005 08:12:32 +0000 (08:12 +0000)
[PATCH] vmx-xentrace.patch

Fix the trace macro to have the correct domid and number of args.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>
xen/arch/x86/vmx_io.c

index 50104685678aa834c9fcfb96993e79d5bc13401e..294c017b2a24219428b34b5e571e9a1ddc017898 100644 (file)
@@ -455,7 +455,7 @@ void vmx_intr_assist(struct exec_domain *d)
 
     __vmwrite(GUEST_INTERRUPTIBILITY_INFO, 0);
 
-    TRACE_2D(TRC_VMX_INT, d, highest_vector);
+    TRACE_3D(TRC_VMX_INT, d->domain->domain_id, highest_vector, 0);
     if (highest_vector == vpit->vector)
         vpit->inject_point = NOW();